home *** CD-ROM | disk | FTP | other *** search
-
- /*
- * (a) (C) 1990 by Adobe Systems Incorporated. All rights reserved.
- *
- * (b) If this Sample Code is distributed as part of the Display PostScript
- * System Software Development Kit from Adobe Systems Incorporated,
- * then this copy is designated as Development Software and its use is
- * subject to the terms of the License Agreement attached to such Kit.
- *
- * (c) If this Sample Code is distributed independently, then the following
- * terms apply:
- *
- * (d) This file may be freely copied and redistributed as long as:
- * 1) Parts (a), (d), (e) and (f) continue to be included in the file,
- * 2) If the file has been modified in any way, a notice of such
- * modification is conspicuously indicated.
- *
- * (e) PostScript, Display PostScript, and Adobe are registered trademarks of
- * Adobe Systems Incorporated.
- *
- * (f) THE INFORMATION BELOW IS FURNISHED AS IS, IS SUBJECT TO
- * CHANGE WITHOUT NOTICE, AND SHOULD NOT BE CONSTRUED
- * AS A COMMITMENT BY ADOBE SYSTEMS INCORPORATED.
- * ADOBE SYSTEMS INCORPORATED ASSUMES NO RESPONSIBILITY
- * OR LIABILITY FOR ANY ERRORS OR INACCURACIES, MAKES NO
- * WARRANTY OF ANY KIND (EXPRESS, IMPLIED OR STATUTORY)
- * WITH RESPECT TO THIS INFORMATION, AND EXPRESSLY
- * DISCLAIMS ANY AND ALL WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR PARTICULAR PURPOSES AND NONINFRINGEMENT
- * OF THIRD PARTY RIGHTS.
- */
-
- /*
- * iparserhooks.h
- *
- * Version: 2.0
- * Author: Ken Anderson, Ken Fromm
- * History:
- * 03-07-91 Added this comment.
- */
-
- extern void i_int();
- extern void i_real();
- extern void i_literal();
- extern void i_name();
- extern void i_array();
- extern void i_string();
- extern void i_f();
- extern void i_s();
- extern void i_clip();
- extern void i_T();
- extern void i_A();
- extern void i_W();
- extern void i_AW();
- extern void i_m();
- extern void i_lineto();
- extern void i_L();
- extern void i_r();
- extern void i_R();
- extern void i_l();
- extern void i_x();
- extern void i_y();
- extern void i_X();
- extern void i_Y();
- extern void i_c();
- extern void i_cp();
- extern void i_w();
- extern void i_g();
- extern void i_j();
- extern void i_d();
- extern void i_miter();
- extern void i_cap();
- extern void i_RGB();
- extern void i_F();
- extern void i_MF();
- extern void i_FF();
- extern void i_DF();
- extern void i_IMASK();
- extern void i_IMAGE();
- extern void i_BPAGE();
- extern void i_EPAGE();
- extern void i_REMAP();
- extern void i_RECODE();
-
-